home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gSlot
- set lSlot to the clickOn
- set the picture of cast (gSlot + 120) to the picture of cast (lSlot + 140)
- repeat with x = 27 to 32
- set the lineSize of sprite x to 0
- end repeat
- set the lineSize of sprite (lSlot + 6) to 2
- put lSlot - 20 into field (gSlot + 150)
- updateStage()
- if the doubleClick then
- repeat with x = 27 to 32
- puppetSprite(x, 0)
- end repeat
- writeMe()
- writeFile()
- go("Online-B")
- end if
- end
-